Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.AcroForms Namespace / SignatureLockedFields Class / SignatureLockedFields Constructor / SignatureLockedFields Constructor(SignatureLockedFieldsType,IEnumerable<String>)
The type of range.
The list of fields' names to include / exclude.

In This Topic
    SignatureLockedFields Constructor(SignatureLockedFieldsType,IEnumerable<String>)
    In This Topic
    Initializes a new instance of the SignatureLockedFields class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal type As SignatureLockedFieldsType, _
       ByVal fieldNames As System.Collections.Generic.IEnumerable(Of String) _
    )
    public SignatureLockedFields( 
       SignatureLockedFieldsType type,
       System.Collections.Generic.IEnumerable<string> fieldNames
    )

    Parameters

    type
    The type of range.
    fieldNames
    The list of fields' names to include / exclude.
    See Also